home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / graphics / marque / marquee.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1992-07-14  |  1.3 KB  |  34 lines

  1. Form1
  2. Marquee Demo
  3. Form1
  4. Picture1
  5. Command1
  6. Marquee
  7. Command2
  8. Command1_Click
  9. picture1
  10. fontname
  11. fontsize
  12. currentx
  13. scalewidth
  14. Command2_Click
  15. howwide
  16. thewidth
  17. visible
  18. picture2
  19. picture
  20. image
  21. drawmode
  22. fontbold
  23. marquee
  24. Command1_Click
  25. *NOTE: Picture 1 has AutoRedraw set True
  26. *Fore and Back Color are set in VB
  27. * Setup string and print formatting.
  28. It's EASY to do a simple Marquee in VB!"
  29. *Add spaces for repeat when string scrolls off
  30. *Display the moving marquee
  31. *DoEvents() is required!
  32. *Erases old string. AutoRedraw prevents flashing
  33. Command2_Click
  34.